xend: NetBSD portability fix for LVM raw volume names
authorRoger Pau Monne <roger.pau@entel.upc.edu>
Tue, 28 Jun 2011 12:56:53 +0000 (13:56 +0100)
committerRoger Pau Monne <roger.pau@entel.upc.edu>
Tue, 28 Jun 2011 12:56:53 +0000 (13:56 +0100)
commit685373b4bc896fa181be0185bd52bed6dd9737b0
tree5e7f5c6aec0a821e52c1bf4f7d4f80597ef5cee1
parent30a8a752280278114cd5e119953a01ff67ec6171
xend: NetBSD portability fix for LVM raw volume names

Xen 4.1.1 was incorrectly passing /dev/rmapper/vg-lvname to pygrub
(notice the r in front of mapper), when it should pass
/dev/mapper/rvg-lvname (add the r to the last file) when using NetBSD.
I've patched it to work correctly. I'm attaching a unified diff with
the patch made against Xen 4.1.1 (it's a really simple modification).

From: Roger Pau Monne <roger.pau@entel.upc.edu>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/python/xen/xend/XendBootloader.py